inverseTransformPoints Method
In This Topic
Applies the geometric transform represented by the inverse of this matrix to the specified array of points.
Syntax
public void inverseTransformPoints(
PDFPoint[]
)
|
Parameters
- points
- An array of Objects that represents the points to transform.
See Also